home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄15⁄89 / 0197-TEditText in ViewEdi-Dec89 < prev    next >
Encoding:
Text File  |  1989-12-15  |  1018 b   |  21 lines  |  [TEXT/GEOL]

  1. Item    3452275                         14-Dec-89        06:12
  2.  
  3. From:   D5284                           BDM Int'l, Ann Confer,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    TEditText in ViewEdit
  8.  
  9. I am using ViewEdit to create the views for my MacApp 2.0b9 application.
  10. Several of the views are modeless windows or modal dialogs that have edit text
  11. controls on them.  I am having problems getting the edit texts, which have been
  12. left as having class TEditText, to act like edit text controls when the window
  13. or dialog is brought up in the application.  Either nothing happens when I
  14. click on the control (the cursor doesn't even change when it moves over the
  15. control) or, if the control has been set as the target of the window, then I
  16. get a run-time error saying the handle is nil.  What am I doing wrong?  I've
  17. looked at DemoDialogs to see if there is something special I have to do, but
  18. can't find anything different between how it is handling edit text controls and
  19. how I handle them.
  20.  
  21.